home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / multlang.zip / DTC.DFM / DTC.txt
Text File  |  1996-06-10  |  4KB  |  175 lines

  1. object DTCDlg: TDTCDlg
  2.   Left = 273
  3.   Top = 147
  4.   BorderStyle = bsDialog
  5.   Caption = 'Date / Time / Currency'
  6.   ClientHeight = 272
  7.   ClientWidth = 368
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   FormStyle = fsMDIChild
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel2: TBevel
  19.     Left = 4
  20.     Top = 176
  21.     Width = 361
  22.     Height = 89
  23.   end
  24.   object Label1: TLabel
  25.     Left = 4
  26.     Top = 4
  27.     Width = 361
  28.     Height = 73
  29.     Alignment = taCenter
  30.     AutoSize = False
  31.     Caption = 
  32.       'The TMultLang component have properties to adjust regional setti' +
  33.       'ngs. Without changing any Control Panel Settings and regardless ' +
  34.       'of the Windows version running. Compatible with Win 3.1, 95 and ' +
  35.       'NT'
  36.     Font.Color = clBlack
  37.     Font.Height = -13
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 12
  44.     Top = 88
  45.     Width = 345
  46.     Height = 29
  47.     AutoSize = False
  48.     Caption = 
  49.       'The Long Date and Time format can displayed in the proper format' +
  50.       ' with the FormatDateTime function.'
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object LabelLongDate: TLabel
  58.     Left = 12
  59.     Top = 144
  60.     Width = 169
  61.     Height = 17
  62.     AutoSize = False
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object LabelLongTime: TLabel
  70.     Left = 200
  71.     Top = 144
  72.     Width = 137
  73.     Height = 17
  74.     AutoSize = False
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object Label2: TLabel
  82.     Left = 12
  83.     Top = 184
  84.     Width = 345
  85.     Height = 29
  86.     AutoSize = False
  87.     Caption = 
  88.       'The Currency format can displayed in the proper format with the ' +
  89.       'Format function.'
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.   end
  96.   object LabelCurrency: TLabel
  97.     Left = 12
  98.     Top = 240
  99.     Width = 309
  100.     Height = 17
  101.     AutoSize = False
  102.     Font.Color = clBlack
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.   end
  108.   object Label4: TLabel
  109.     Left = 200
  110.     Top = 124
  111.     Width = 137
  112.     Height = 17
  113.     AutoSize = False
  114.     Caption = 'FormatDateTime('#39'tt'#39', Now);'
  115.     Font.Color = clBlack
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.   end
  121.   object Label5: TLabel
  122.     Left = 12
  123.     Top = 124
  124.     Width = 165
  125.     Height = 17
  126.     AutoSize = False
  127.     Caption = 'FormatDateTime('#39'dddddd'#39', Now);'
  128.     Font.Color = clBlack
  129.     Font.Height = -11
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     ParentFont = False
  133.   end
  134.   object Label6: TLabel
  135.     Left = 12
  136.     Top = 220
  137.     Width = 165
  138.     Height = 17
  139.     AutoSize = False
  140.     Caption = 'Format('#39'%m'#39', [AValue]);'
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.   end
  147.   object Bevel1: TBevel
  148.     Left = 4
  149.     Top = 80
  150.     Width = 361
  151.     Height = 89
  152.   end
  153.   object MultLang1: TMultLang
  154.     Left = 280
  155.     Top = 4
  156.     Width = 57
  157.     Height = 22
  158.     AlignIcon = alLeft
  159.     AlignText = alLeft
  160.     IconMargin = 1
  161.     ItemHeight = 16
  162.     Items.Strings = (
  163.       'English'
  164.       'Swedish')
  165.     ShowIcons = False
  166.     Text = 'English'
  167.     ResizeIcon = False
  168.     TextMargin = 5
  169.     DefaultLanguage = 'English'
  170.     LanguageFile = '%EXEPath%Mdiapp.lan'
  171.     OnTranslated = MultLang1Translated
  172.     LanguagesData = {}
  173.   end
  174. end
  175.